'Declaration Public Function New( _ ByVal points() As ImGearPoint, _ ByVal fillColor As IImGearRGBQuad _ )
'Usage Dim points() As ImGearPoint Dim fillColor As IImGearRGBQuad Dim instance As New ImGearARTFilledPolygon(points, fillColor)
public ImGearARTFilledPolygon( ImGearPoint[] points, IImGearRGBQuad fillColor )
public: ImGearARTFilledPolygon( ImGearPoint[]* points, IImGearRGBQuad* fillColor )
public: ImGearARTFilledPolygon( array<ImGearPoint>^ points, IImGearRGBQuad^ fillColor )
Parameters
- points
- Raw points array to create a polygon from.
- fillColor
- Fill color of the mark.